home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / boot / menus / hdd3.scn < prev    next >
Encoding:
Text File  |  2005-01-19  |  3.2 KB  |  59 lines

  1. #
  2. # Hard Disk Tools #3
  3. #
  4. hdd3_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.2                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Hard Disk Tools 3/5]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Hard Disk Diagnosis                                                            "
  17. set textColor = color[white on cyan]
  18. print "                                                                                "
  19. set textColor = color[brightgrey on cyan]
  20. print " -- Gateway --                                                                  "
  21. set textColor = color[white on cyan]
  22. print " [F1] GWSCAN V3.15                                                              "
  23. print " [F2] GWSCAN V5.09                                                              "
  24. print "                                                                                "
  25. set textColor = color[brightgrey on cyan]
  26. print " -- Others --                                                                   "
  27. set textColor = color[white on cyan]
  28. print " [F3] Salvation HDD Scan & Repair V3.0                                          "
  29. print " [F4] OnTrack Data Advisor V5.0 Free Edition                                    "
  30. print " [F5] MHDD32 V4.0                                                               "
  31. print "                                                                                "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. set textColor = color[blue on cyan]
  38. print " >>> Press [Space] for more harddisk tools ...                                  "
  39. set textColor = color[white on cyan]
  40. print "                                                                                "
  41. set textColor = color[white on blue]
  42. print "             Please select an item (ESC to return to previous menu)             "
  43. set textColor = color[white on black]
  44.  
  45. #
  46. # Actions
  47. #
  48. getkey 500 script boothdd0.scn
  49. clear
  50. if ($lastKey == key[f1]); then bcdw \images\freedos.img \dosapps\gwscn315\startup.bat
  51. if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\gwscn509\startup.bat
  52. if ($lastKey == key[f3]); then memdisk \images\hddscan.igz
  53. if ($lastKey == key[f4]); then memdisk \images\dadvisor.igz
  54. if ($lastKey == key[f5]); then memdisk \images\mhdd32.igz
  55. if ($lastKey == key[space]); then script hdd4.scn
  56. if ($lastKey == key[esc]); then script hdd2.scn
  57. goto hdd3_menu
  58.  
  59.